home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
spinava historka
/
gEN.swf
/
scripts
/
DefineButton2_368
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2004-10-08
|
459b
|
25 lines
on(release){
if(_root.phone.hitTest(_root.hero.heroint))
{
if(_root.taska eq true)
{
_root.prog_telefon2 = true;
tellTarget("_root.phone")
{
gotoAndStop(10);
}
tellTarget("_root.h")
{
gotoAndPlay(290);
}
}
else
{
tellTarget("_root.c")
{
gotoAndStop("ne");
}
}
}
}